-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New] add TypeScript types #3097
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3097 +/- ##
==========================================
- Coverage 95.28% 94.58% -0.70%
==========================================
Files 83 83
Lines 3584 3584
Branches 1252 1252
==========================================
- Hits 3415 3390 -25
- Misses 169 194 +25 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Can we add a tsc run, at least? |
1713c9d
to
58d17dc
Compare
Done - note that it requires using |
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No dependency changes detected in pull request |
For now I've just typed these out manually based on what we're using internally - while it would be good to have some tests at some point, I'm hoping/recommending not blocking on that for now as I think the types are small enough to be easy to maintain manually for the time being.
Resolves #3090